What are the different types of operators and their order of precedence?
2687
24-Aug-2011
Amit Singh
24-Aug-2011first arithmetic operators than comparison operators are evaluated and at the last logical operators are evaluated .
In arithmetic operators negation, Exponentiation, multiplication and division, integer division, modulus arithmetic, addition and subtraction and string concatenation are provided.